home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / printf.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  126b  |  7 lines

  1. #ifndef __printf_h_
  2. #define __printf_h_
  3.  
  4. int snprintfo( char *buf, int size, const char *fmt, int *data, int ndata );
  5.  
  6. #endif
  7.